home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 210 (1995-03)(SOMC)(Disk 2 of 5)[SMC210C30I2].zip / Amiga General Interest Volume 210 (1995-03)(SOMC)(Disk 2 of 5)[SMC210C30I2].adf / MathScript / Rexx / CloseMathScript.ms next >
Text File  |  1995-05-08  |  232b  |  15 lines

  1. /* This script is for the use with FinalWriter®. See the file
  2. FinalWriter.guide in your Docs drawer */
  3.  
  4. ADDRESS COMMAND "delete T:formula#? >NIL:"
  5.  
  6. IF SHOW('p',"MATHSCRIPT.1") THEN DO
  7.  
  8. ADDRESS "MATHSCRIPT.1"
  9.  
  10. CLEAR
  11.  
  12. QUIT FORCE
  13.  
  14. END
  15.